]> git.r.bdr.sh - rbdr/super-polarity/blobdiff - Super Polarity/ActorFactory.cs
I have the worst commits ever.
[rbdr/super-polarity] / Super Polarity / ActorFactory.cs
index 4ebbb4c44afdb96894f89b3f58c498d97621b8c5..3a2dbabaa5e3a2840b31975591d2e75afcd8613f 100644 (file)
@@ -10,7 +10,7 @@ namespace SuperPolarity
 {
     static class ActorFactory
     {
-        static internal Game Game;
+        static internal SuperPolarity Game;
 
         static public MainShip CreateMainShip(Vector2 position)
         {
@@ -48,7 +48,7 @@ namespace SuperPolarity
             return ship;
         }
 
-        internal static void SetGame(Game game)
+        internal static void SetGame(SuperPolarity game)
         {
             ActorFactory.Game = game;
         }